home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #dema / tux racer / tuxracer-win32-0.61a.exe / tuxracer-win32-0.61a / courses / bumpy_ride / course.tcl next >
Text File  |  2000-10-04  |  508b  |  14 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Bumpy Ride"
  5. tux_course_dim 60 560 30 550        ;# width, length of course in m
  6. tux_start_pt 30 2.5           ;# start position, measured from left rear corner
  7. tux_angle 30                   ;# angle of course
  8. tux_elev_scale 8.0             ;# amount by which to scale elevation data
  9. tux_elev elev.rgb              ;# bitmap specifying course elevations
  10. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  11.  
  12.  
  13. tux_course_init
  14.